home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / easyno1a / frmmain.frm < prev    next >
Text File  |  1999-09-04  |  34KB  |  1,165 lines

  1. VERSION 5.00
  2. Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
  3. Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
  4. Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
  5. Begin VB.Form frmMain 
  6.    Caption         =   "Easy Note-Pad"
  7.    ClientHeight    =   6435
  8.    ClientLeft      =   165
  9.    ClientTop       =   735
  10.    ClientWidth     =   9090
  11.    Icon            =   "frmMain.frx":0000
  12.    LinkTopic       =   "Form1"
  13.    MaxButton       =   0   'False
  14.    ScaleHeight     =   6435
  15.    ScaleWidth      =   9090
  16.    StartUpPosition =   3  'Windows Default
  17.    Begin RichTextLib.RichTextBox RichTextBox1 
  18.       Height          =   2430
  19.       Left            =   0
  20.       TabIndex        =   2
  21.       Top             =   2625
  22.       Width           =   1485
  23.       _ExtentX        =   2619
  24.       _ExtentY        =   4286
  25.       _Version        =   393217
  26.       BorderStyle     =   0
  27.       Enabled         =   -1  'True
  28.       HideSelection   =   0   'False
  29.       ScrollBars      =   3
  30.       TextRTF         =   $"frmMain.frx":0442
  31.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  32.          Name            =   "Arial"
  33.          Size            =   9.75
  34.          Charset         =   0
  35.          Weight          =   400
  36.          Underline       =   0   'False
  37.          Italic          =   0   'False
  38.          Strikethrough   =   0   'False
  39.       EndProperty
  40.    End
  41.    Begin MSComctlLib.Toolbar tbToolBar 
  42.       Align           =   1  'Align Top
  43.       Height          =   360
  44.       Left            =   0
  45.       TabIndex        =   1
  46.       Top             =   0
  47.       Width           =   9090
  48.       _ExtentX        =   16034
  49.       _ExtentY        =   635
  50.       ButtonWidth     =   609
  51.       ButtonHeight    =   582
  52.       Appearance      =   1
  53.       Style           =   1
  54.       ImageList       =   "imlToolbarIcons"
  55.       _Version        =   393216
  56.       BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
  57.          NumButtons      =   21
  58.          BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  59.             Key             =   "New"
  60.             Description     =   "Create a new file."
  61.             Object.ToolTipText     =   "New"
  62.             ImageKey        =   "New"
  63.          EndProperty
  64.          BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  65.             Key             =   "Open"
  66.             Description     =   "Open existing file."
  67.             Object.ToolTipText     =   "Open"
  68.             ImageKey        =   "Open"
  69.          EndProperty
  70.          BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  71.             Key             =   "Save"
  72.             Description     =   "Save current file"
  73.             Object.ToolTipText     =   "Save"
  74.             ImageKey        =   "Save"
  75.          EndProperty
  76.          BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  77.             Style           =   3
  78.          EndProperty
  79.          BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  80.             Key             =   "Print"
  81.             Description     =   "Print current file."
  82.             Object.ToolTipText     =   "Print"
  83.             ImageKey        =   "Print"
  84.          EndProperty
  85.          BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  86.             Style           =   3
  87.          EndProperty
  88.          BeginProperty Button7 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  89.             Key             =   "Cut"
  90.             Description     =   "Cut selected text."
  91.             Object.ToolTipText     =   "Cut"
  92.             ImageKey        =   "Cut"
  93.          EndProperty
  94.          BeginProperty Button8 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  95.             Key             =   "Copy"
  96.             Description     =   "Copy to clipboard."
  97.             Object.ToolTipText     =   "Copy"
  98.             ImageKey        =   "Copy"
  99.          EndProperty
  100.          BeginProperty Button9 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  101.             Key             =   "Paste"
  102.             Description     =   "Paste from clipboard."
  103.             Object.ToolTipText     =   "Paste"
  104.             ImageKey        =   "Paste"
  105.          EndProperty
  106.          BeginProperty Button10 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  107.             Style           =   3
  108.          EndProperty
  109.          BeginProperty Button11 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  110.             Key             =   "Delete"
  111.             Description     =   "Delete selected text."
  112.             Object.ToolTipText     =   "Delete"
  113.             ImageKey        =   "Delete"
  114.          EndProperty
  115.          BeginProperty Button12 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  116.             Style           =   3
  117.          EndProperty
  118.          BeginProperty Button13 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  119.             Key             =   "Bold"
  120.             Description     =   "Bold font."
  121.             Object.ToolTipText     =   "Bold"
  122.             ImageKey        =   "Bold"
  123.             Style           =   1
  124.          EndProperty
  125.          BeginProperty Button14 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  126.             Key             =   "Italic"
  127.             Description     =   "Italic font."
  128.             Object.ToolTipText     =   "Italic"
  129.             ImageKey        =   "Italic"
  130.             Style           =   1
  131.          EndProperty
  132.          BeginProperty Button15 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  133.             Key             =   "Underline"
  134.             Description     =   "Underline font."
  135.             Object.ToolTipText     =   "Underline"
  136.             ImageKey        =   "Underline"
  137.             Style           =   1
  138.          EndProperty
  139.          BeginProperty Button16 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  140.             Style           =   3
  141.          EndProperty
  142.          BeginProperty Button17 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  143.             Key             =   "Find"
  144.             Description     =   "Find text in document."
  145.             Object.ToolTipText     =   "Find"
  146.             ImageKey        =   "Find"
  147.          EndProperty
  148.          BeginProperty Button18 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  149.             Style           =   3
  150.          EndProperty
  151.          BeginProperty Button19 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  152.             Key             =   "Align Left"
  153.             Description     =   "Align text left."
  154.             Object.ToolTipText     =   "Align Left"
  155.             ImageKey        =   "Align Left"
  156.             Style           =   2
  157.          EndProperty
  158.          BeginProperty Button20 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  159.             Key             =   "Center"
  160.             Description     =   "Align text center."
  161.             Object.ToolTipText     =   "Center"
  162.             ImageKey        =   "Center"
  163.             Style           =   2
  164.          EndProperty
  165.          BeginProperty Button21 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  166.             Key             =   "Align Right"
  167.             Description     =   "Align text right."
  168.             Object.ToolTipText     =   "Align Right"
  169.             ImageKey        =   "Align Right"
  170.             Style           =   2
  171.          EndProperty
  172.       EndProperty
  173.    End
  174.    Begin MSComctlLib.StatusBar sbStatusBar 
  175.       Align           =   2  'Align Bottom
  176.       Height          =   270
  177.       Left            =   0
  178.       TabIndex        =   0
  179.       Top             =   6165
  180.       Width           =   9090
  181.       _ExtentX        =   16034
  182.       _ExtentY        =   476
  183.       _Version        =   393216
  184.       BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628} 
  185.          NumPanels       =   7
  186.          BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
  187.             AutoSize        =   1
  188.             Object.Width           =   6853
  189.          EndProperty
  190.          BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
  191.             Style           =   1
  192.             Alignment       =   1
  193.             AutoSize        =   2
  194.             Enabled         =   0   'False
  195.             Object.Width           =   1244
  196.             MinWidth        =   1235
  197.